/**
 * Injects content to the top of a file, but below the frontmatter
 */
export declare const injectToTopOfFile: (content: string, contentToInject: string) => string;
