import { TextDocument } from "../../../types";
import { Sound } from "./sound";
/**
 *
 * @param doc
 * @returns
 */
export declare function Process(doc: TextDocument): Sound[] | undefined;
