export declare function assertNoWorkflowDirectivePrologue(input: {
    readonly filePath: string;
    readonly source: string;
}): Promise<void>;
