astro-ghostcms/.pnpm-store/v3/files/58/9cabd171e0c0c8ccf7662e9caad...

7 lines
235 B
Plaintext

import type yargs from 'yargs-parser';
interface PreviewOptions {
flags: yargs.Arguments;
}
export declare function preview({ flags }: PreviewOptions): Promise<import("../../@types/astro.js").PreviewServer | undefined>;
export {};